Returns or sets a value indicating whether any data in the object can be modified.
Syntax
object.Locked [= boolean]
The Locked property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | Optional. A Boolean expression that indicates whether data can change, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
False | (Default) The data can be changed. |
True | The data cannot be changed. |